# Modify mesh ```{eval-rst} .. py:function:: deformMesh(FilePath, ScaleDeformByMaxDisplacement, ScaleDeformByFactor, MaxDisplacement, Factor) :nocontentsentry: Deform: Add the deformed shape of a results file to the mesh :param Path FilePath: Results file: Results file with the deformed shape.. :param bool ScaleDeformByMaxDisplacement: Scale by max. displacement: Set this value if the deformed shape has to be scaled by the maximum displacement.. :param bool ScaleDeformByFactor: Scale by factor: Set this value if the deformed shape has to be scaled by a factor.. :param Double MaxDisplacement: Max. Displacement: Maximum displacement for a node. All displacements will be scaled so that this value is set as the maximum displacement for the structure.. :param Double Factor: Factor: Scale factor for all nodes.. ``` ```{eval-rst} .. py:function:: renumbering(Nodes, Elements) :nocontentsentry: Renumber all: Renumber all nodes and/or elements :param bool Nodes: Nodes: Activate to renumber nodes. :param bool Elements: Elements: Activate to renumber elements. ``` ```{eval-rst} .. py:function:: renumberingGroup(Nodes, Elements, Entities) :nocontentsentry: Renumber group: Renumber nodes and/or elements of the selected entities :param bool Nodes: Nodes: Activate to renumber nodes. :param bool Elements: Elements: Activate to renumber elements. :param List Entities: Entities: Entities to renumber in order. Conditions: "" does not exist in the dropdown list. ``` ```{eval-rst} .. py:function:: undeformMesh() :nocontentsentry: Undeform: Remove the deformed shape previously loaded from a results file | Constraints: Mesh ```